type net/http.http2GoAwayFrame

10 uses

	net/http (current package)
		h2_bundle.go#L2284: type http2GoAwayFrame struct {
		h2_bundle.go#L2295: func (f *http2GoAwayFrame) DebugData() []byte {
		h2_bundle.go#L2309: 	return &http2GoAwayFrame{
		h2_bundle.go#L3052: 	case *http2GoAwayFrame:
		h2_bundle.go#L5363: 	case *http2GoAwayFrame:
		h2_bundle.go#L5676: func (sc *http2serverConn) processGoAway(f *http2GoAwayFrame) error {
		h2_bundle.go#L7400: 	goAway          *http2GoAwayFrame             // if non-nil, the GoAwayFrame we received
		h2_bundle.go#L7933: func (cc *http2ClientConn) setGoAway(f *http2GoAwayFrame) {
		h2_bundle.go#L9374: 		case *http2GoAwayFrame:
		h2_bundle.go#L9864: func (rl *http2clientConnReadLoop) processGoAway(f *http2GoAwayFrame) error {